home *** CD-ROM | disk | FTP | other *** search
/ QRZ! Ham Radio 8 / QRZ Ham Radio Callsign Database - Volume 8.iso / pc / files / dsp / 56000tar.z / 56000tar / 56000 / telecom / viterbi / read.me < prev   
Text File  |  1992-04-28  |  878b  |  55 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7. To use the viterbi encoder and decoder you must follow the following
  8.  
  9. instructions:
  10.  
  11.  
  12.  
  13. First, create a random data file of integer numbers from 0-15.
  14.  
  15. Then load the encoder after entering the simulator:
  16.  
  17. load encode
  18.  
  19. Then, use this file as input to the encoder (encode.asm)  with the input
  20.  
  21. command:
  22.  
  23. input y:$ee filename -rd
  24.  
  25. where the filename must be filename.io
  26.  
  27. The following output command will tell the encode program the filename to
  28.  
  29. output the data:
  30.  
  31. output y:$ef outfilename -rd
  32.  
  33. where this filename is different from the input file name.
  34.  
  35. The output file will then be used to run the decode routine along with
  36.  
  37. these commands:
  38.  
  39. load decode 
  40.  
  41. load bound.d
  42.  
  43. input y:$efe outfilename -rd
  44.  
  45. output y:$eff outputfilename -rd
  46.  
  47. break r p:$4c
  48.  
  49. go #1 :200
  50.  
  51. This should give satisfactory results in the outputfilename.io file. 
  52.  
  53. This program works for the V.32 Trellis.
  54.  
  55.